



.text-center {
	text-align: center
}



.swiper-container {
      width: 100%;
      height: 100%;
    }
#swiper1 .swiper-wrapper{
  /* 通过改变animation-timing-function 制作弹性切换效果 */
		transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	}
.swiper-pagination-bullet {
	width:12px;
	height: 12px;
	opacity:0.8;
	background:#c9c9c9;
	}
.swiper-pagination-bullet-active {
	background:#002a79;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:5px;
	}

/**/


/**/

/**/

/**/
.caes{

	}
#swiper2{
	width:1388px;
	margin:auto;
	padding-bottom:60px;
	}
#swiper2 .swiper-slide{
	display:block;
	background:#f5f5f5;
	}
#swiper2 .swiper-slide img{
	width:330px;
	height:225px;
	}
#swiper2 .swiper-slide p{
	line-height:50px;
	background:#f5f5f5;
	font-size:15px;
	transition:all 0.6s;
	}
#swiper2 .swiper-slide:hover p{
	background:#044e99;
	color:#fff;
	}
#swiper2 .swiper-pagination{
	bottom:30px;
	}
#swiper2m{
	display:none;
	}
/**/
	
	